Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new Microsoft Sentinel incident is created, this playbook enriches IOC entities (IPs, domains, file hashes, URLs) using the Check Point EM ThreatCloud Intelligence Feed enrichment API and adds a structured enrichment comment to the incident. The Premium API returns malicious classification, confidence (0-100), severity (0-5), kill-chain stage, malware family, threat actors, CVEs, and type-specific enrichment (geo/whois/file).
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Check Point EM ThreatCloud Intelligence Feed |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 5 |
http |
Built-in | 0 | 4 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_IPs | post | /entities/ip |
— |
| Entities_-_Get_FileHashes | post | /entities/filehash |
— |
| Entities_-_Get_DNS | post | /entities/dnsresolution |
— |
| Entities_-_Get_URLs | post | /entities/url |
— |
| Add_comment_to_incident | post | /Incidents/Comment |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Enrich_IP | POST | @{parameters('API_Base_URL')}/ioc-intel/enrichment-api/v1/enrichment |
— |
| Enrich_FileHash | POST | @{parameters('API_Base_URL')}/ioc-intel/enrichment-api/v1/enrichment |
— |
| Enrich_Domain | POST | @{parameters('API_Base_URL')}/ioc-intel/enrichment-api/v1/enrichment |
— |
| Enrich_URL | POST | @{parameters('API_Base_URL')}/ioc-intel/enrichment-api/v1/enrichment |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Check Point EM ThreatCloud Intelligence Feed